From: Jan Beulich Date: Fri, 5 Sep 2014 13:02:28 +0000 (+0200) Subject: vNUMA: fix build on ARM after commit 9695014966 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4467 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=93d5f192d4903953baa8c2115534d23140236176;p=xen.git vNUMA: fix build on ARM after commit 9695014966 The new domctl isn't really x86-specific. Signed-off-by: Jan Beulich Acked-by: Ian Campbell Tested-by: Ian Campbell Reviewed-by: Andrew Cooper --- diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h index 07c4fd6707..69a8b44f75 100644 --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -935,6 +935,7 @@ struct xen_domctl_vcpu_msrs { }; typedef struct xen_domctl_vcpu_msrs xen_domctl_vcpu_msrs_t; DEFINE_XEN_GUEST_HANDLE(xen_domctl_vcpu_msrs_t); +#endif /* * Use in XEN_DOMCTL_setvnumainfo to set @@ -963,8 +964,6 @@ struct xen_domctl_vnuma { typedef struct xen_domctl_vnuma xen_domctl_vnuma_t; DEFINE_XEN_GUEST_HANDLE(xen_domctl_vnuma_t); -#endif - struct xen_domctl { uint32_t cmd; #define XEN_DOMCTL_createdomain 1